projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ddb82
)
Add #undef alloca.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Jul 1994 23:26:23 +0000
(23:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Jul 1994 23:26:23 +0000
(23:26 +0000)
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index dda27528ef20d9c2c4f8066e1e3dde5007b9aa52..330d61684af17f07ec6b6491103a14b905b0987a 100644
(file)
--- a/
lib-src/Makefile.in
+++ b/
lib-src/Makefile.in
@@
-109,6
+109,12
@@
SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \
#define NOT_C_CODE
#include "../src/config.h"
+/* We won't really call alloca;
+ don't let the file name alloca.c get messed up. */
+#ifdef alloca
+#undef alloca
+#endif
+
/* Some s/*.h files define this to request special libraries. */
#ifndef LIBS_SYSTEM
#define LIBS_SYSTEM